KtorReadKeyValuesRepoClient

fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     paginationResultValuesTypeInfo: <ERROR CLASS>,     paginationResultKeysTypeInfo: <ERROR CLASS>,     keySerializer: suspend (Key) -> String,     valueSerializer: suspend (Value) -> String)